Or Property (MessageFilter Object)
The Or
property specifies that the restriction values are to be ORed instead of
ANDed to specify the message filter. Read/write.
Syntax
objMessageFilter.Or
Data Type
Boolean
Remarks
If the Or
property is False, all the restriction values are ANDed together.
If it is True, the values are ORed together.